#!/bin/bash


while [ $# -gt 0 ];
do

 arg=$arg"'"$1"'"" "
 shift

done

#echo $arg

eval python $MOLDB_BIN/moldb_getRef.py $arg
